Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(language-server): integrate LS #5503

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Sep 20, 2024

Changes since last integration of Language Server

commit e23b2e02a33de2f722a579a8fa10cccfa3d80d84
Author: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>
Date:   Wed Oct 2 14:38:31 2024 +0200

    chore: go mod tidy (#685)

:100644 100644 4a3ddd38 45ed74dd M	go.mod

commit 53a363a0ab1699c97d4606128fa70b8b0a99ba99
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Wed Oct 2 08:32:44 2024 +0200

    chore: remove unnecessary logging (#684)

:100644 100644 ccea24b7 2002f55f M	infrastructure/code/snyk_code_http_client_test.go

commit 7bfcf914bbb791b8f9baabd465fb663b93cc30a6
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Tue Oct 1 20:17:09 2024 +0200

    fix: remove target="_blank" from html sources [IDE-677] (#683)

:100644 100644 be457ab7 2e847948 M	infrastructure/code/template/details.html
:100644 100644 eba012b7 99570787 M	infrastructure/iac/iac_html_test.go
:100644 100644 94298ecf 22fb154e M	infrastructure/iac/template/index.html
:100644 100644 994ff80a f85d3ac2 M	infrastructure/oss/template/details.html

commit 6bbcc1477024adf9b5c99f382996837612996667
Author: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>
Date:   Tue Oct 1 17:10:43 2024 +0200

    fix: dont cancel progress if window/workDoneProgress/create fails (#682)

:100644 100644 ab8eae6a 687ecb1d M	application/server/notification.go

commit a3d5c613010881799bf162188db47e92281f1350
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Tue Oct 1 15:39:25 2024 +0200

    feat: make progress cancellable, better IaC styles [IDE-630] (#675)

:100644 100644 2533bba4 ab8eae6a M	application/server/notification.go
:100644 100644 28625315 a2715f98 M	application/server/notification_test.go
:100644 100644 c6fea2b3 2fc89334 M	application/server/server.go
:100644 100644 a3a3c85e 9a18aff4 M	domain/ide/codelens/codelens_test.go
:100644 100644 1e4bc097 012904de M	domain/ide/workspace/folder.go
:100644 100644 2cd57d32 bb680e5c M	infrastructure/cli/install/downloader.go
:100644 100644 81025ce1 d16bdd52 M	infrastructure/cli/install/downloader_test.go
:100644 100644 efad580b efa13961 M	infrastructure/code/bundle.go
:100644 100644 2f01be17 0cc35a83 M	infrastructure/code/bundle_uploader.go
:100644 100644 b3d73511 8bb95a06 M	infrastructure/code/bundle_uploader_test.go
:100644 100644 16c1568e 759bf392 M	infrastructure/code/code.go
:100644 100644 4eea425e 3cfb7e2e M	infrastructure/code/code_test.go
:100644 100644 a92a62e7 fd2e704b M	infrastructure/code/code_tracker.go
:100644 100644 10591504 e4737645 M	infrastructure/code/code_tracker_test.go
:100644 100644 8c3bff8d 738ae7a6 M	infrastructure/code/issue_enhancer.go
:100644 100644 42dbe140 1838775a M	infrastructure/filefilter/filter.go
:100644 100644 cc53cb92 3a5ae54a M	infrastructure/filefilter/filter_benchmark_test.go
:100644 100644 c696d4a3 82a4d2bf M	infrastructure/filefilter/filter_test.go
:100644 100644 20388644 368c03df M	infrastructure/iac/iac.go
:100644 100644 f3a2254e 619d154b M	infrastructure/iac/iac_html.go
:100644 100644 e845397e b085c5f4 M	infrastructure/iac/template/styles.css
:100644 100644 8a0d1e7c 7fdc8773 M	infrastructure/oss/cli_scanner.go
:100644 100644 d4f32fb6 994ff80a M	infrastructure/oss/template/details.html
:100644 100644 8242d683 f5fff01e M	internal/git_config/git_config.go
:100644 100644 1c62dd7c ba988545 M	internal/progress/progress.go
:100644 100644 893826ce aeeaa678 M	internal/progress/progress_test.go
:100644 100644 e4ea7b89 18b25350 M	internal/testutil/test_setup.go
:000000 100644 00000000 c9b93487 A	internal/util/channel.go
:100644 100644 82bbd570 9706840d M	main.go
:100644 100644 ab0fe9a3 064cf6d9 M	main_test.go

commit 037cc8a9bb9a20b57ed29c32cc183608da8fcd40
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Tue Oct 1 13:25:39 2024 +0200

    chore: output panic also on logger (#665)

:100644 100644 27cf4576 148db0f8 M	application/entrypoint/helpers.go
:100644 100644 60df7792 95b1a6bd M	application/server/inline_values.go
:100644 100644 c0052494 c6fea2b3 M	application/server/server.go
:100644 100644 4fea9678 be457ab7 M	infrastructure/code/template/details.html
:100644 100644 0481ff48 acbc5991 M	infrastructure/oss/inline_value.go
:100644 100644 e638dffa d4f32fb6 M	infrastructure/oss/template/details.html

commit e38c7a6795183e40b48bcb6f086b0ac0505b2a55
Author: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>
Date:   Tue Oct 1 12:09:46 2024 +0200

    fix: delete git empty section if exists (#680)

:100644 100644 17ed6bde 0931c751 M	domain/snyk/persistence/file_operation.go
:100644 100644 1572e52b 8242d683 M	internal/git_config/git_config.go
:100644 100644 c92c0b4b 2754163d M	internal/vcs/git_utils.go

commit bfe5202735ce9846e91d2585d2b269ddc61cf006
Author: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>
Date:   Tue Oct 1 10:54:24 2024 +0200

    fix: severity filters when delta is enabled (#676)

:100644 100644 b63646b1 3aed7706 M	application/server/configuration.go
:100644 100644 f6572d24 1e4bc097 M	domain/ide/workspace/folder.go
:100644 100644 a91a002a 785bbfbb M	infrastructure/code/convert.go
:100644 100644 4dcb13bb 11e9595f M	internal/delta/delta_finder_test.go
:100644 100644 77175c68 58ddc442 M	internal/delta/fuzzy_matcher_test.go

commit 7cf89ed8ca22ba61152aca7f4480e21c15b72ae7
Author: Berkay Berabi <berkay.berabi@snyk.io>
Date:   Tue Oct 1 10:30:47 2024 +0200

    fix: autofix: enable code fix diff test on windows (#679)

:100644 100644 1b316b08 e2fcb89d M	domain/ide/command/code_fix_diffs_test.go

commit c7db348c72207e606c099fa08f692d8b150c327c
Author: Berkay Berabi <berkay.berabi@snyk.io>
Date:   Mon Sep 30 12:02:49 2024 +0200

    refactor: rename AutoFix to Autofix (#677)

:100644 100644 bb5c6856 e563c04e M	domain/ide/command/code_fix_diffs.go
:100644 100644 f2ae43b0 8ca232b7 M	infrastructure/code/autofix.go
:100644 100644 b5deeef2 458750da M	infrastructure/code/fake_snyk_code_api_service.go
:100644 100644 49174500 00a8b994 M	infrastructure/code/snyk_code_http_client_interface.go

commit 9dd78b91d38966c1ef3675d81ce00b446198dd53
Author: Knut Funkel <knut.funkel@snyk.io>
Date:   Thu Sep 26 14:50:58 2024 +0200

    Feat/ai fix feedback command [IDE-634] (#672)

:100644 100644 0f6456f3 29637146 M	domain/ide/command/code_fix_feedback.go
:100644 100644 7e6b02c3 6fb60f2e M	domain/ide/command/code_fix_feedback_test.go
:000000 100644 00000000 b41dcb61 A	infrastructure/code/constants.go
:100644 100644 c3488fc1 b5deeef2 M	infrastructure/code/fake_snyk_code_api_service.go
:100644 100644 c9cd3d98 8c3bff8d M	infrastructure/code/issue_enhancer.go
:100644 100644 196966af d30dbad8 M	infrastructure/code/issue_enhancer_test.go
:100644 100644 0005a2c8 f9545757 M	infrastructure/code/snyk_code_http_client.go
:100644 100644 cc88b71b 49174500 M	infrastructure/code/snyk_code_http_client_interface.go

commit 1c41d37253c9730dd7205f6554d6f7b4375abf16
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Wed Sep 25 12:07:41 2024 +0100

    feat: iac style updates (#673)

:100644 100644 1c6e63c5 4a3ddd38 M	go.mod
:100644 100644 c9b1165b 6db48290 M	go.sum
:100644 100644 72279471 16c1568e M	infrastructure/code/code.go
:100644 100644 32d4e58f 20388644 M	infrastructure/iac/iac.go
:100644 100644 3b75fb91 94298ecf M	infrastructure/iac/template/index.html
:100644 100644 d8b91dc4 e845397e M	infrastructure/iac/template/styles.css
:100644 100644 a75f4e87 1c62dd7c M	internal/progress/progress.go

commit dc812287391ecf5a5e8a6b9ee1c94c83dbaa9927
Author: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>
Date:   Mon Sep 23 09:06:31 2024 +0200

    fix: race condition writing settings file (#674)

:100644 100644 650818a6 1c6e63c5 M	go.mod
:100644 100644 b0d2653b c9b1165b M	go.sum

commit 1920819ba847ffd2bad33d10f05c5cc6c0e2c620
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Fri Sep 20 12:23:03 2024 +0300

    feat: add filterable issue type to scan issue (#671)

:100644 100644 1fb3d033 2ca61d9d M	application/config/config.go
:100644 100644 ab7018b6 09cdfdc4 M	domain/ide/converter/converter.go
:100644 100644 3ce74f2c b7958a03 M	domain/ide/workspace/ui/diagnostics_overview_test.go
:100644 100644 96213609 89ce9518 M	domain/snyk/code_issue_data.go
:100644 100644 75cc3892 692d50fe M	domain/snyk/iac_issue_data.go
:100644 100644 fe619e37 8fb570e1 M	domain/snyk/issues.go
:100644 100644 414781bb 944bb12d M	domain/snyk/oss_issue_data.go
:100644 100644 828e5520 f03d59ab M	internal/types/lsp.go

Copy link
Contributor

github-actions bot commented Sep 20, 2024

Warnings
⚠️

"feat: automatic integration of language server e23b2e02a33de2f722a579a8fa10cccfa3d80d84" is too long. Keep the first line of your commit message under 72 characters.

Generated by 🚫 dangerJS against a3037bd

@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch 4 times, most recently from 65e75ae to 19cbf3b Compare October 1, 2024 18:51
@Team-Hammerhead Team-Hammerhead merged commit 15b29b6 into main Oct 2, 2024
9 checks passed
@Team-Hammerhead Team-Hammerhead deleted the feat/automatic-upgrade-of-ls branch October 2, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants